Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes log file permissions as per CIS benchmark #326

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

tscherf
Copy link
Contributor

@tscherf tscherf commented Mar 13, 2024

As per CIS benchmark the log file permissions should be 640 for some log files but if we change /var/log/ipa-custodia.audit.log permissions to 640 then "ipa-healthcheck" reports a permission issue.

Fixes: #325

@rcritten
Copy link
Collaborator

Code LGTM. Can you added signed-off-by to the commit? git commit --amend -s

As per CIS benchmark the log file permissions should be 640 for some log
files but if we change /var/log/ipa-custodia.audit.log permissions to
640 then "ipa-healthcheck" reports a permission issue.

Fixes: freeipa#325
Signed-off-by: Thorsten Scherf <[email protected]>
@tscherf tscherf force-pushed the fix-log-file-perms branch from c789a5a to 900f416 Compare March 13, 2024 12:58
@rcritten rcritten merged commit e0c09f9 into freeipa:master Mar 13, 2024
5 checks passed
@tscherf tscherf deleted the fix-log-file-perms branch March 13, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need to change log file permissions as per CIS benchmark
2 participants